Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / PrintManager Class / savePageInfosToPDF Method / savePageInfosToPDF(OutputStream,List<PageInfo>,PdfSaveOptions) Method
The specified pdf file.
The page information collection.
Options for saving pdf file.
In This Topic
    savePageInfosToPDF(OutputStream,List<PageInfo>,PdfSaveOptions) Method
    In This Topic
    Saves the page datas to the specified pdf file stream.
    Syntax
    public void savePageInfosToPDF( 
       java.io.OutputStream stream,
       java.util.List<PageInfo> pages,
       PdfSaveOptions options
    )

    Parameters

    stream
    The specified pdf file.
    pages
    The page information collection.
    options
    Options for saving pdf file.
    See Also